Method SoftDeleteAsync(IEnumerable<IRedbObject>, IRedbUser, long?)

Assembly: redb.Core.dll

Mark objects for soft-deletion with explicit user.
Creates a trash container and moves objects and their descendants under it.

public Task<DeletionMark> SoftDeleteAsync(IEnumerable<IRedbObject> objects, IRedbUser user, long? trashParentId = null)